SmartFTP FTP Library
|
Uploads the specified local file to a specified remote file.
HRESULT UploadFileEx( [in] VARIANT localFile, [in] BSTR remoteFile, [in] ULONGLONG startPosition, [in] ITransferProgressEvents* progress );
The client opens a data connection and uploads the file with the STOR command. If nStartPosition is greater than zero, the client sends a REST command and the transfer is being resumed from this position.
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|